Skip to content

fix(licence): gecko MPL-2.0 throughout (owner-ruled, full repo)#24

Merged
hyperpolymath merged 1 commit into
mainfrom
licence-debt/gecko-mpl2-full
May 19, 2026
Merged

fix(licence): gecko MPL-2.0 throughout (owner-ruled, full repo)#24
hyperpolymath merged 1 commit into
mainfrom
licence-debt/gecko-mpl2-full

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Owner ruling: whole repo → MPL-2.0 (like llm-grace). 42 files: PMPL* + AGPL-3.0-or-laterMPL-2.0. Genuine third-party (MIT, CC0, LicenseRef) deliberately untouched. SPDX-only, diff-shape asserted. Follows #23 (the 4 scaffold files). 🤖 Generated with Claude Code

Owner ruling: claude-gecko-browser-extension is MPL-2.0 (whole repo,
like llm-grace). PMPL* + AGPL-3.0-or-later headers -> MPL-2.0. Genuine
third-party (MIT, CC0, LicenseRef) untouched.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath
hyperpolymath merged commit 2176978 into main May 19, 2026
7 of 8 checks passed
@hyperpolymath
hyperpolymath deleted the licence-debt/gecko-mpl2-full branch May 19, 2026 07:55
@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 25 issues detected

Severity Count
🔴 Critical 6
🟠 High 9
🟡 Medium 10

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Stray AI.a2ml in root -- use 0-AI-MANIFEST.a2ml only",
    "type": "banned",
    "file": "AI.a2ml",
    "action": "delete",
    "rule_module": "root_hygiene",
    "severity": "high"
  },
  {
    "reason": "Superseded by 0-AI-MANIFEST.a2ml",
    "type": "banned",
    "file": "AI.djot",
    "action": "delete",
    "rule_module": "root_hygiene",
    "severity": "high"
  },
  {
    "reason": "No test directory or test files found",
    "type": "no_tests",
    "file": "/home/runner/work/claude-gecko-browser-extension/claude-gecko-browser-extension",
    "action": "flag",
    "rule_module": "honest_completion",
    "severity": "high",
    "deduction": 20
  },
  {
    "reason": "Issue in quality.yml",
    "type": "missing_workflow",
    "file": "quality.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in security-policy.yml",
    "type": "missing_workflow",
    "file": "security-policy.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action hyperpolymath/standards/.github/workflows/governance-reusable.yml@main needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (1 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/claude-gecko-browser-extension/claude-gecko-browser-extension/src/content/content.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (2 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/claude-gecko-browser-extension/claude-gecko-browser-extension/src/popup/popup.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "Nominal-only SAST in claude-gecko-browser-extension: codeql.yml language matrix contains no language present in the repo and lacks `actions`, so CodeQL records zero results on every commit. Remediation: set the CodeQL matrix to `language: actions`.",
    "type": "StaticAnalysis",
    "file": "/home/runner/work/claude-gecko-browser-extension/claude-gecko-browser-extension",
    "action": "auto_fix",
    "rule_module": "scorecard",
    "severity": "medium",
    "remediation": "Add CodeQL or equivalent SAST workflow.",
    "scorecard_check": "SAST"
  },
  {
    "reason": "Repository has 4 non-main remote branch(es). Policy: single main branch only.",
    "type": "GS007",
    "file": ".",
    "action": "delete_remote_branches",
    "rule_module": "git_state",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@@ -1,4 +1,4 @@
;; SPDX-License-Identifier: AGPL-3.0-or-later
;; SPDX-License-Identifier: MPL-2.0
@@ -1,4 +1,4 @@
;; SPDX-License-Identifier: AGPL-3.0-or-later
;; SPDX-License-Identifier: MPL-2.0
@@ -1,4 +1,4 @@
;; SPDX-License-Identifier: AGPL-3.0-or-later
;; SPDX-License-Identifier: MPL-2.0
@@ -1,4 +1,4 @@
;; SPDX-License-Identifier: AGPL-3.0-or-later
;; SPDX-License-Identifier: MPL-2.0
@@ -1,4 +1,4 @@
;; SPDX-License-Identifier: AGPL-3.0-or-later
;; SPDX-License-Identifier: MPL-2.0
@@ -1,4 +1,4 @@
;; SPDX-License-Identifier: AGPL-3.0-or-later
;; SPDX-License-Identifier: MPL-2.0
Comment thread src/content/content.js
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: MPL-2.0
Comment thread src/popup/popup.js
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: MPL-2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants